EXTRACT FILEEXT$
EXTRACT FILEEXT$ extract the extension portions of FileName. The resulting string includes the period character that separates the name and extension parts. The resulting string is empty if the given filename has no extension.
ARGUMENTS:
* FileName = The filename to extract the extension from
RETURNS:
The extension
SYNTAX
Return String=EXTRACT FILEEXT$(FileName)
RELATED INFO
View File Names and Paths Index
View STYX Index
View STYX Main File
